home *** CD-ROM | disk | FTP | other *** search
- #
- # inittab This file describes how the INIT process should set up
- # the system in a certain run-level.
- #
- # Version: @(#)inittab 2.04 17/05/93 MvS
- #
- # Author: Miquel van Smoorenburg, <miquels@drinkel.nl.mugnet.org>
- #
- # Default runlevel.
- id:5:initdefault:
- # System initialization (runs when system boots).
- si:S:sysinit:/etc/rc.d/rc.S
- su:S:wait:/etc/rc.d/rc.K
- rc:123456:wait:/etc/rc.d/rc.M
- ca::ctrlaltdel:/sbin/shutdown -t3 -rf now
- pf::powerfail:/sbin/shutdown -f +5 "THE POWER IS FAILING"
- pg:0123456:powerokwait:/sbin/shutdown -c "THE POWER IS BACK"
- ps:S:powerokwait:/sbin/init 2
- c1:12345:respawn:/sbin/agetty 38400 tty1
- c2:12345:respawn:/sbin/agetty 38400 tty2
- c3:45:respawn:/sbin/agetty 38400 tty3
- c4:45:respawn:/sbin/agetty 38400 tty4
- c5:45:respawn:/sbin/agetty 38400 tty5
- c6:456:respawn:/sbin/agetty 38400 tty6
-